Blazor コントロール
RemoveRange メソッド (C1DataCollectionList<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1DataCollectionList<T> クラス : RemoveRange メソッド
The index from where the items are removed.
The number of rows that will be removed.
Removes a range of items.
シンタックス
'宣言
 
Public Sub RemoveRange( _
   ByVal startingIndex As System.Integer, _
   ByVal count As System.Integer _
) 
public void RemoveRange( 
   System.int startingIndex,
   System.int count
)

パラメータ

startingIndex
The index from where the items are removed.
count
The number of rows that will be removed.
参照

C1DataCollectionList<T> クラス
C1DataCollectionList<T> メンバ